Make window handle transparent
authorAlexander Larsson <alexl@redhat.com>
Mon, 5 Dec 2011 11:51:55 +0000 (12:51 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 5 Dec 2011 11:51:55 +0000 (12:51 +0100)
commit93c086ec80494c5edf84fd6e21c34aec196ea359
treed9897f1c6cfa62b9ebb19ba22e975e057654044f
parent4597f1ea6ad7bed980195c29af39e8e30f7dd54f
Make window handle transparent

Instead of painting the window background on the grip_window we now
only paint it on the GtkWindow->window, and we make the grip_window
have a transparent background.

We can't really make transparent window handle background optional
via css atm, because the handle color is actually based on the
background color, so if that is set to transparent we won't draw
anything.
gtk/gtkwindow.c